type crypto/hpke.mlkemPrivateKey

7 uses

	crypto/hpke (current package)
		pq.go#L465: type mlkemPrivateKey struct {
		pq.go#L484: 		return &mlkemPrivateKey{mlkem768, priv}, nil
		pq.go#L486: 		return &mlkemPrivateKey{mlkem1024, priv}, nil
		pq.go#L517: func (k *mlkemPrivateKey) KEM() KEM {
		pq.go#L521: func (k *mlkemPrivateKey) Bytes() ([]byte, error) {
		pq.go#L531: func (k *mlkemPrivateKey) PublicKey() PublicKey {
		pq.go#L538: func (k *mlkemPrivateKey) decap(enc []byte) ([]byte, error) {